home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.hdv / Dev.CD.8 / Essentials / Tools / Technical.Notes / IIGS / TN.IIGS.014 < prev    next >
Encoding:
Text File  |  1988-11-16  |  1.2 KB  |  28 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. Apple IIGS
  8. #14:    Standard File Calls and GrafPort Records
  9.  
  10. Revised by:    Matt Deatherage                                  November 1988
  11. Written by:    Guillermo Ortiz                                      June 1987
  12.  
  13. This Technical Note formerly described how Standard File 1.1 and earlier did 
  14. not preserve the GrafPort around Standard File calls and recommended that you 
  15. save and restore the GrafPort around Standard File calls.
  16. _____________________________________________________________________________
  17.  
  18. Standard File 2.0 fixes a bug present in earlier versions which did not 
  19. preserve the GrafPort around Standard File calls.  You should not have to 
  20. write a special case to handle this bug since it is reasonable to expect users 
  21. to be running your program from a current System Disk (Standard File 2.0 is 
  22. available in System Disks after 1.1).
  23.  
  24. You can still save and restore the GrafPort around Standard File calls as it 
  25. will still work, but doing so will increase the size of your code and cause 
  26. unnecessary overhead during execution.
  27.  
  28.